home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin me
- sprite(the currentSpriteNum).foreColor = 70
- put "I agree with the statement above, outlining terms and conditions for the use of this CD-ROM." into member "Infofield"
- cursor(280)
- end
-
- on mouseLeave me
- sprite(the currentSpriteNum).foreColor = 255
- cursor(0)
- put EMPTY into member "Infofield"
- end
-
- on mouseUp
- play movie "Main"
- end
-